getVersionLink

Get a link on a component version

Format

udclient [global-args...] [global-flags...]
  getVersionLink [parameters]

Parameters

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  getVersionLink 
  -component JPetStore-APP 
  -version 1.0 
  -linkName "Link to MyCompany example web site"

Example response

{
  "name": "Link to foo web site",
  "value": "http://www.foo.com"
}

Related REST command: Get a link on a component version.